Logging
note
The variable {basepath} will be replaced by <tomcat installation dir>/webapps/orchestra/WEB-INF/.
Logging Configuration
| Parameter | Description |
|---|---|
| Groups | Comma-separated list of all configured log groups. For each group, define: 1. log.%.path2. log.%.filterReplace % with the group name. |
| databasepool.connection.diagnostic | Enables complete stack trace logging of the database pool. |
| log.%.path | Path to the log directory (replace % with the group name). |
| log.%.filter | Regular expression filter to restrict displayed files, or leave empty. |
| opcua.log.path | Absolute path to a log directory. If set, information about OPCUA variables will be logged. |
| opcua.subscription | Absolute path to a log directory. When configured, a log file for OPCUA variables will be created. |
| runtime.sql.logging | Enables logging of SQL statements that the runtime executes for analysis purposes. |
| scenario.sql.logging | Enables logging of SQL statements that scenarios execute on remote databases. |
| scenario.enabled | true: Enables scenario-specific logging. Each scenario logs in a separate file. Java channel loggers and log events in process models are also included. false: Disables scenario-specific logging. |
| scenario.config | Relative path to the scenario-specific configuration logging. |
| sysinfo.max.file.size | Maximum size of the system information file (in MB). Default: 100 MB. |
| sysinfo.max.files.limit | Maximum number of files to download in the system information folder. Default: 200. |
| threaddumper.active | Activates thread dump logging. |
| threaddumper.intervall | Interval for thread dump logging. |
| threaddumper.path | Location where thread dumps are written. |